SNISetInfo() 개인적인 메소드

private SNISetInfo ( System.Data.SqlClient.SNIHandle pConn, QTypes QType, [ pbQInfo ) : uint
pConn System.Data.SqlClient.SNIHandle
QType QTypes
pbQInfo [
리턴 uint
예제 #1
0
 internal override uint SetConnectionBufferSize(ref uint unsignedPacketSize)
 => SNINativeMethodWrapper.SNISetInfo(Handle, SNINativeMethodWrapper.QTypes.SNI_QUERY_CONN_BUFSIZE, ref unsignedPacketSize);