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