PackageNeutralClass.CreatorComputerName Özelliği
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Daha fazla bilgi için, bkz. Package.
Ad Alanı: Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)
Sözdizimi
'Bildirim
Public Overridable Property CreatorComputerName As String
Get
Set
'Kullanım
Dim instance As PackageNeutralClass
Dim value As String
value = instance.CreatorComputerName
instance.CreatorComputerName = value
public virtual string CreatorComputerName { get; set; }
public:
virtual property String^ CreatorComputerName {
String^ get ();
void set (String^ value);
}
abstract CreatorComputerName : string with get, set
override CreatorComputerName : string with get, set
function get CreatorComputerName () : String
function set CreatorComputerName (value : String)
Özellik Değeri
Tür: System.String