Expand Minimize
This topic has not yet been rated - Rate this topic

Table.FileStreamPartitionScheme Property

Gets or sets the partition scheme for FILESTREAM data.

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[SfcReferenceAttribute(typeof(PartitionScheme), "Server[@Name='{0}']/Database[@Name='{1}']/PartitionScheme[@Name='{2}']", 
	)]
public string FileStreamPartitionScheme { get; set; }

Property Value

Type: System.String
A String that represents the current partition scheme name.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.