FileStreamPartitionScheme 속성
Gets or sets the partition scheme name for the index.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Property FileStreamPartitionScheme As IPartitionScheme
Get
Set
‘사용 방법
Dim instance As IMutableRelationalIndex
Dim value As IPartitionScheme
value = instance.FileStreamPartitionScheme
instance.FileStreamPartitionScheme = value
IPartitionScheme FileStreamPartitionScheme { get; set; }
property IPartitionScheme^ FileStreamPartitionScheme {
IPartitionScheme^ get ();
void set (IPartitionScheme^ value);
}
abstract FileStreamPartitionScheme : IPartitionScheme with get, set
function get FileStreamPartitionScheme () : IPartitionScheme
function set FileStreamPartitionScheme (value : IPartitionScheme)
속성 값
유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IPartitionScheme
The IPartitionScheme object that represents the partition scheme for the index.