Partager via


Propriété SfcVersionAttribute.BeginVersion

Gets the version on which support for this property started. Null if start version is undefined. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BeginVersion As Version 
    Get
'Utilisation
Dim instance As SfcVersionAttribute 
Dim value As Version 

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

Valeur de propriété

Type : System.Version
The started version.

Voir aussi

Référence

SfcVersionAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata