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

Show file 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 property

public Sni_Consumer_Info ConsumerInfo
return Sni_Consumer_Info

cchInstanceName public property

public uint cchInstanceName
return uint

cchSPN public property

public uint cchSPN
return uint

isAzureSqlServerEndpoint public property

public bool isAzureSqlServerEndpoint
return bool

networkLibrary public property

public PrefixEnum networkLibrary
return PrefixEnum

szInstanceName public property

public byte* szInstanceName
return byte*

szSPN public property

public byte* szSPN
return byte*

timeout public property

public int timeout
return int

totalTimeout public property

public int totalTimeout
return int

transparentNetworkResolution public property

public TransparentNetworkResolutionMode transparentNetworkResolution
return TransparentNetworkResolutionMode