Index.FileStreamFileGroup 属性
Gets or Sets the file group name for the index.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property FileStreamFileGroup As String
Get
Set
用法
Dim instance As Index
Dim value As String
value = instance.FileStreamFileGroup
instance.FileStreamFileGroup = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string FileStreamFileGroup { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ FileStreamFileGroup {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member FileStreamFileGroup : string with get, set
function get FileStreamFileGroup () : String
function set FileStreamFileGroup (value : String)
属性值
类型:System.String
[AT:System.String] property value that specifies the index's current file group.
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间