ProjectInfo.ObjectVersionLsn Propiedad
Gets the version of the project.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Project_ObjectVersionLsnDesc")> _
<PropertyOrderAttribute()> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Project_ObjectVersionLsn")> _
Public ReadOnly Property ObjectVersionLsn As Long
Get
'Uso
Dim instance As ProjectInfo
Dim value As Long
value = instance.ObjectVersionLsn
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute("Project_ObjectVersionLsnDesc")]
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute("General")]
[DisplayNameKeyAttribute("Project_ObjectVersionLsn")]
public long ObjectVersionLsn { get; }
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute(L"Project_ObjectVersionLsnDesc")]
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute(L"General")]
[DisplayNameKeyAttribute(L"Project_ObjectVersionLsn")]
public:
property long long ObjectVersionLsn {
long long get ();
}
[<SfcPropertyAttribute(Data = true)>]
[<DisplayDescriptionKeyAttribute("Project_ObjectVersionLsnDesc")>]
[<PropertyOrderAttribute()>]
[<DisplayCategoryKeyAttribute("General")>]
[<DisplayNameKeyAttribute("Project_ObjectVersionLsn")>]
member ObjectVersionLsn : int64
function get ObjectVersionLsn () : long
Valor de la propiedad
Tipo: System.Int64
The version of the project.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices