CatalogFolder.FolderId 属性

Gets the identifier of the folder.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<DisplayDescriptionKeyAttribute("Folder_IdentifierDesc")> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
<DisplayCategoryKeyAttribute("General")> _
<PropertyOrderAttribute()> _
<DisplayNameKeyAttribute("Identifier")> _
Public ReadOnly Property FolderId As Long 
    Get
用法
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

属性值

类型:System.Int64
The identifier of the folder.

请参阅

参考

CatalogFolder 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间