名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property AuthenticationCertificate As ISql90Certificate
'使用
Dim instance As ISql90DatabaseMirroringLanguageSpecifier
Dim value As ISql90Certificate
value = instance.AuthenticationCertificate
instance.AuthenticationCertificate = value
ISql90Certificate AuthenticationCertificate { get; set; }
property ISql90Certificate^ AuthenticationCertificate {
ISql90Certificate^ get ();
void set (ISql90Certificate^ value);
}
function get AuthenticationCertificate () : ISql90Certificate
function set AuthenticationCertificate (value : ISql90Certificate)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90Certificate
参照
参照
ISql90DatabaseMirroringLanguageSpecifier インターフェイス