Compartilhar via


Propriedade do RDL CatalogFolder.FolderId

Gets the identifier of the folder.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System.Int64
The identifier of the folder.

Consulte também

Referência

CatalogFolder Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices