IRelationalIndex.FileStreamPartitionScheme 속성

Gets the partition scheme name for the index.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property FileStreamPartitionScheme As IPartitionScheme 
    Get
‘사용 방법
Dim instance As IRelationalIndex 
Dim value As IPartitionScheme 

value = instance.FileStreamPartitionScheme
IPartitionScheme FileStreamPartitionScheme { get; }
property IPartitionScheme^ FileStreamPartitionScheme {
    IPartitionScheme^ get ();
}
abstract FileStreamPartitionScheme : IPartitionScheme
function get FileStreamPartitionScheme () : IPartitionScheme

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IPartitionScheme
The IPartitionScheme object that represents the partition scheme for the index.

참고 항목

참조

IRelationalIndex 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스