ISqlLogin.EncryptionOption プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property EncryptionOption As SqlLoginEncryptionOption
'使用
Dim instance As ISqlLogin
Dim value As SqlLoginEncryptionOption
value = instance.EncryptionOption
instance.EncryptionOption = value
SqlLoginEncryptionOption EncryptionOption { get; set; }
property SqlLoginEncryptionOption EncryptionOption {
SqlLoginEncryptionOption get ();
void set (SqlLoginEncryptionOption value);
}
function get EncryptionOption () : SqlLoginEncryptionOption
function set EncryptionOption (value : SqlLoginEncryptionOption)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlLoginEncryptionOption