Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the authentication type used to authenticate users logging in to the instance of SQL Server through the HTTP port.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property HttpAuthenticationModes As HttpAuthenticationModes
Get
Set
'Utilisation
Dim instance As HttpProtocol
Dim value As HttpAuthenticationModes
value = instance.HttpAuthenticationModes
instance.HttpAuthenticationModes = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public HttpAuthenticationModes HttpAuthenticationModes { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property HttpAuthenticationModes HttpAuthenticationModes {
HttpAuthenticationModes get ();
void set (HttpAuthenticationModes value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member HttpAuthenticationModes : HttpAuthenticationModes with get, set
function get HttpAuthenticationModes () : HttpAuthenticationModes
function set HttpAuthenticationModes (value : HttpAuthenticationModes)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.HttpAuthenticationModes
An HttpAuthenticationModes object value that specifies the authentication type used to authenticate users logging in through the HTTP port.
Exemples
Implémentation de points de terminaison