CatalogFolder.FolderId Propiedad
Gets the identifier of the folder.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<DisplayDescriptionKeyAttribute("Folder_IdentifierDesc")> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
<DisplayCategoryKeyAttribute("General")> _
<PropertyOrderAttribute()> _
<DisplayNameKeyAttribute("Identifier")> _
Public ReadOnly Property FolderId As Long
Get
'Uso
Dim instance As CatalogFolder
Dim value As Long
value = instance.FolderId
[DisplayDescriptionKeyAttribute("Folder_IdentifierDesc")]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)]
[DisplayCategoryKeyAttribute("General")]
[PropertyOrderAttribute()]
[DisplayNameKeyAttribute("Identifier")]
public long FolderId { get; }
[DisplayDescriptionKeyAttribute(L"Folder_IdentifierDesc")]
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Required|SfcPropertyFlags::ReadOnlyAfterCreation)]
[DisplayCategoryKeyAttribute(L"General")]
[PropertyOrderAttribute()]
[DisplayNameKeyAttribute(L"Identifier")]
public:
property long long FolderId {
long long get ();
}
[<DisplayDescriptionKeyAttribute("Folder_IdentifierDesc")>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)>]
[<DisplayCategoryKeyAttribute("General")>]
[<PropertyOrderAttribute()>]
[<DisplayNameKeyAttribute("Identifier")>]
member FolderId : int64
function get FolderId () : long
Valor de la propiedad
Tipo: System.Int64
The identifier of the folder.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices