ISql90RemoteServiceBinding.WithUser 属性

获取或设置安全主体,该主体拥有用于对与远程服务的通信进行身份验证和加密的证书。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property WithUser As ISql90SecurityPrincipal
    Get
    Set
ISql90SecurityPrincipal WithUser { get; set; }
property ISql90SecurityPrincipal^ WithUser {
    ISql90SecurityPrincipal^ get ();
    void set (ISql90SecurityPrincipal^ value);
}
abstract WithUser : ISql90SecurityPrincipal with get, set
function get WithUser () : ISql90SecurityPrincipal
function set WithUser (value : ISql90SecurityPrincipal)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISql90SecurityPrincipal

.NET Framework 安全性

请参见

参考

ISql90RemoteServiceBinding 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间