Propriedade do RDL AuthenticationEndpointProtocolOption.AuthenticationTypes
Gets or sets the authentication types.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property AuthenticationTypes As AuthenticationTypes
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AuthenticationTypes
The authentication types.