Project.VersionComments Propiedad
Gets or sets the comments associated with the project.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Property VersionComments As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The comments associated with the project.