Index::FileStreamFileGroup Property
Gets or Sets the file group name for the index.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public: [SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::ReadOnlyAfterCreation | SfcPropertyFlags::Standalone | SfcPropertyFlags::SqlAzureDatabase)] property String^ FileStreamFileGroup { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A String property value that specifies the index's current file group.
Show: