WindowsAuthentication Propiedad
Gets or sets a Boolean that indicates whether the Exec80PackageTask should use Windows Authentication when executing the child Microsoft SQL Server 2000 Data Transformation Services (DTS) package.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Ensamblado: Microsoft.SqlServer.Exec80PackageTask (en Microsoft.SqlServer.Exec80PackageTask.dll)
Sintaxis
'Declaración
Public Property WindowsAuthentication As Boolean
Get
Set
'Uso
Dim instance As Exec80PackageTask
Dim value As Boolean
value = instance.WindowsAuthentication
instance.WindowsAuthentication = value
public bool WindowsAuthentication { get; set; }
public:
virtual property bool WindowsAuthentication {
bool get () sealed;
void set (bool value) sealed;
}
abstract WindowsAuthentication : bool with get, set
override WindowsAuthentication : bool with get, set
final function get WindowsAuthentication () : boolean
final function set WindowsAuthentication (value : boolean)
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if Windows Authentication should be used for the child DTS package; otherwise, false.
Implementa
Vea también