Propriété FileStreamPartitionScheme
Gets or sets the partition scheme name for the index.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Property FileStreamPartitionScheme As IPartitionScheme
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IPartitionScheme
The IPartitionScheme object that represents the partition scheme for the index.