Partager via


Propriété PackageRemote64Class.VersionComments

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the version comments associated with the package.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property VersionComments As String 
    Get 
    Set
'Utilisation
Dim instance As PackageRemote64Class 
Dim value As String 

value = instance.VersionComments

instance.VersionComments = value
public virtual string VersionComments { get; set; }
public:
virtual property String^ VersionComments {
    String^ get ();
    void set (String^ value);
}
abstract VersionComments : string with get, set 
override VersionComments : string with get, set
function get VersionComments () : String 
function set VersionComments (value : String)

Valeur de propriété

Type : System.String
The version comments associated with the package.

Implémente

IDTSPackage100.VersionComments

Voir aussi

Référence

PackageRemote64Class Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper