C# Class System.Data.SqlClient.SNINativeMethodWrapper.SNI_CLIENT_CONSUMER_INFO

显示文件 Open project: dotnet/corefx

Public Properties

Property Type Description
ConsumerInfo Sni_Consumer_Info
cchInstanceName uint
cchSPN uint
isAzureSqlServerEndpoint bool
networkLibrary PrefixEnum
szInstanceName byte*
szSPN byte*
timeout int
totalTimeout int
transparentNetworkResolution TransparentNetworkResolutionMode

Property Details

ConsumerInfo public_oe property

public Sni_Consumer_Info ConsumerInfo
return Sni_Consumer_Info

cchInstanceName public_oe property

public uint cchInstanceName
return uint

cchSPN public_oe property

public uint cchSPN
return uint

isAzureSqlServerEndpoint public_oe property

public bool isAzureSqlServerEndpoint
return bool

networkLibrary public_oe property

public PrefixEnum networkLibrary
return PrefixEnum

szInstanceName public_oe property

public byte* szInstanceName
return byte*

szSPN public_oe property

public byte* szSPN
return byte*

timeout public_oe property

public int timeout
return int

totalTimeout public_oe property

public int totalTimeout
return int

transparentNetworkResolution public_oe property

public TransparentNetworkResolutionMode transparentNetworkResolution
return TransparentNetworkResolutionMode