Właściwość IDTSExec80PackageTask.SQLUsername
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Zestaw: Microsoft.SqlServer.Exec80PackageTask (w Microsoft.SqlServer.Exec80PackageTask.dll)
Składnia
'Deklaracja
Property SQLUsername As String
Get
Set
'Użycie
Dim instance As IDTSExec80PackageTask
Dim value As String
value = instance.SQLUsername
instance.SQLUsername = value
string SQLUsername { get; set; }
property String^ SQLUsername {
String^ get ();
void set (String^ value);
}
abstract SQLUsername : string with get, set
function get SQLUsername () : String
function set SQLUsername (value : String)
Wartość właściwości
Typ: System.String
Zobacz także