Partager via


Propriété DeploymentContributorInformation.Version

Gets or sets the version of the deployment contributor extension (optional).

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Property Version As Version 
    Get 
    Set
'Utilisation
Dim instance As DeploymentContributorInformation 
Dim value As Version 

value = instance.Version

instance.Version = value
public Version Version { get; set; }
public:
property Version^ Version {
    Version^ get ();
    void set (Version^ value);
}
member Version : Version with get, set
function get Version () : Version 
function set Version (value : Version)

Valeur de propriété

Type : System.Version
The version of the deployment contributor extension (optional).

Voir aussi

Référence

DeploymentContributorInformation Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment