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.

참고 항목

참조

Index 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE INDEX(Transact-SQL)