SfcVersionAttribute.BeginVersion Property
Gets the version on which support for this property started. Null if start version is undefined. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property BeginVersion As Version
Get
'Usage
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
Property Value
Type: System.Version
The started version.