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.

참고 항목

참조

AuthenticationEndpointProtocolOption 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스