PackageClass.CreatorName Ö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 CreatorName As String
Get
Set
'Kullanım
Dim instance As PackageClass
Dim value As String
value = instance.CreatorName
instance.CreatorName = value
public virtual string CreatorName { get; set; }
public:
virtual property String^ CreatorName {
String^ get ();
void set (String^ value);
}
abstract CreatorName : string with get, set
override CreatorName : string with get, set
function get CreatorName () : String
function set CreatorName (value : String)
Özellik Değeri
Tür: System.String