使用するプロトコルを取得または設定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property Protocol As AuthenticationProtocol
'使用
Dim instance As AuthenticationPayloadOption
Dim value As AuthenticationProtocol
value = instance.Protocol
instance.Protocol = value
public AuthenticationProtocol Protocol { get; set; }
public:
property AuthenticationProtocol Protocol {
AuthenticationProtocol get ();
void set (AuthenticationProtocol value);
}
public function get Protocol () : AuthenticationProtocol
public function set Protocol (value : AuthenticationProtocol)
プロパティ値
型 : Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationProtocol
AuthenticationProtocol 列挙値を返します。
参照
参照
AuthenticationPayloadOption クラス