Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the authentication types.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property AuthenticationTypes As AuthenticationTypes
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AuthenticationTypes
The authentication types.