IDTSExec80PackageTask.SQLPassword Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)
Syntax
'Declaration
WriteOnly Property SQLPassword As String
Set
'Usage
Dim instance As IDTSExec80PackageTask
Dim value As String
instance.SQLPassword = value
string SQLPassword { set; }
property String^ SQLPassword {
void set (String^ value);
}
abstract SQLPassword : string with get, set
function set SQLPassword (value : String)
Property Value
Type: System.String