Właściwość IDTSPackage100.VersionComments
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 VersionComments As String
Get
Set
'Użycie
Dim instance As IDTSPackage100
Dim value As String
value = instance.VersionComments
instance.VersionComments = value
string VersionComments { get; set; }
property String^ VersionComments {
String^ get ();
void set (String^ value);
}
abstract VersionComments : string with get, set
function get VersionComments () : String
function set VersionComments (value : String)
Wartość właściwości
Typ: System.String
Zobacz także