Propriedade do RDL FileStreamPartitionScheme
Gets the partition scheme name for the index.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property FileStreamPartitionScheme As IPartitionScheme
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IPartitionScheme
The IPartitionScheme object that represents the partition scheme for the index.
Consulte também