Table.FileStreamPartitionScheme Property
Gets or sets the partition scheme for FILESTREAM data.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property FileStreamPartitionScheme As String
Get
Set
'Usage
Dim instance As Table
Dim value As String
value = instance.FileStreamPartitionScheme
instance.FileStreamPartitionScheme = value
[SfcPropertyAttribute]
public string FileStreamPartitionScheme { get; set; }
[SfcPropertyAttribute]
public:
virtual property String^ FileStreamPartitionScheme {
String^ get () sealed;
void set (String^ value) sealed;
}
[<SfcPropertyAttribute>]
abstract FileStreamPartitionScheme : string with get, set
[<SfcPropertyAttribute>]
override FileStreamPartitionScheme : string with get, set
final function get FileStreamPartitionScheme () : String
final function set FileStreamPartitionScheme (value : String)
Property Value
Type: System.String
A String that represents the current partition scheme name.
Implements
See Also