FileStreamPartitionScheme 屬性
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<DisplayDescriptionKeyAttribute("Table_FileStreamPartitionSchemeDesc")> _
<DisplayNameKeyAttribute("Table_FileStreamPartitionSchemeName")> _
Property FileStreamPartitionScheme As String
Get
Set
'用途
Dim instance As ITableOptions
Dim value As String
value = instance.FileStreamPartitionScheme
instance.FileStreamPartitionScheme = value
[DisplayDescriptionKeyAttribute("Table_FileStreamPartitionSchemeDesc")]
[DisplayNameKeyAttribute("Table_FileStreamPartitionSchemeName")]
string FileStreamPartitionScheme { get; set; }
[DisplayDescriptionKeyAttribute(L"Table_FileStreamPartitionSchemeDesc")]
[DisplayNameKeyAttribute(L"Table_FileStreamPartitionSchemeName")]
property String^ FileStreamPartitionScheme {
String^ get ();
void set (String^ value);
}
[<DisplayDescriptionKeyAttribute("Table_FileStreamPartitionSchemeDesc")>]
[<DisplayNameKeyAttribute("Table_FileStreamPartitionSchemeName")>]
abstract FileStreamPartitionScheme : string with get, set
function get FileStreamPartitionScheme () : String
function set FileStreamPartitionScheme (value : String)