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 네임스페이스