AuthenticationEndpointProtocolOption.AuthenticationTypes 属性
Gets or sets the authentication types.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property AuthenticationTypes As AuthenticationTypes
Get
Set
用法
Dim instance As AuthenticationEndpointProtocolOption
Dim value As AuthenticationTypes
value = instance.AuthenticationTypes
instance.AuthenticationTypes = value
public AuthenticationTypes AuthenticationTypes { get; set; }
public:
property AuthenticationTypes AuthenticationTypes {
AuthenticationTypes get ();
void set (AuthenticationTypes value);
}
member AuthenticationTypes : AuthenticationTypes with get, set
function get AuthenticationTypes () : AuthenticationTypes
function set AuthenticationTypes (value : AuthenticationTypes)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.AuthenticationTypes
The authentication types.