Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the protocol arguments.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property ProtocolSpecifier As ISql90ProtocolSpecifier
ISql90ProtocolSpecifier ProtocolSpecifier { get; set; }
property ISql90ProtocolSpecifier^ ProtocolSpecifier {
ISql90ProtocolSpecifier^ get ();
void set (ISql90ProtocolSpecifier^ value);
}
abstract ProtocolSpecifier : ISql90ProtocolSpecifier with get, set
function get ProtocolSpecifier () : ISql90ProtocolSpecifier
function set ProtocolSpecifier (value : ISql90ProtocolSpecifier)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90ProtocolSpecifier
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.