Partager via


Propriété WindowsAuthentication

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly :  Microsoft.SqlServer.Exec80PackageTask (en Microsoft.SqlServer.Exec80PackageTask.dll)

Syntaxe

'Déclaration
Property WindowsAuthentication As Boolean
    Get
    Set
'Utilisation
Dim instance As IDTSExec80PackageTask
Dim value As Boolean

value = instance.WindowsAuthentication

instance.WindowsAuthentication = value
bool WindowsAuthentication { get; set; }
property bool WindowsAuthentication {
    bool get ();
    void set (bool value);
}
abstract WindowsAuthentication : bool with get, set
function get WindowsAuthentication () : boolean
function set WindowsAuthentication (value : boolean)

Valeur de propriété

Type : System. . :: . .Boolean