FileStreamPartitionScheme 속성
Gets or sets the partition scheme for FILESTREAM data.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property FileStreamPartitionScheme As String
Get
Set
‘사용 방법
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)
속성 값
형식: System. . :: . .String
A String that represents the current partition scheme name.