Partager via


Propriété VersionComments

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

This interface is implemented by the Package and PackageNeutral interfaces.

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

Syntaxe

'Déclaration
Property VersionComments As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String