Partilhar via


Propriedade do RDL PackageSettings.Version

Gets the version of the package.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)

Sintaxe

'Declaração
Public ReadOnly Property Version As Integer 
    Get
'Uso
Dim instance As PackageSettings 
Dim value As Integer 

value = instance.Version
public int Version { get; }
public:
property int Version {
    int get ();
}
member Version : int
function get Version () : int

Valor da propriedade

Tipo: System.Int32
The version of the package.

Consulte também

Referência

PackageSettings Classe

Namespace Microsoft.MasterDataServices.Deployment