Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identifier of the folder.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Folder_IdentifierDesc")> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
<DisplayCategoryKeyAttribute("General")> _
<PropertyOrderAttribute()> _
<DisplayNameKeyAttribute("Identifier")> _
Public ReadOnly Property FolderId As Long
Get
'Usage
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
Property Value
Type: System.Int64
The identifier of the folder.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace