Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the comments associated with the project.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property VersionComments As String
Get
Set
'Usage
Dim instance As Project
Dim value As String
value = instance.VersionComments
instance.VersionComments = value
public string VersionComments { get; set; }
public:
property String^ VersionComments {
String^ get ();
void set (String^ value);
}
member VersionComments : string with get, set
function get VersionComments () : String
function set VersionComments (value : String)
Property Value
Type: System.String
The comments associated with the project.