Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the filegroup for FILESTREAM data.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileStreamFileGroup As String
Get
Set
'Usage
Dim instance As Table
Dim value As String
value = instance.FileStreamFileGroup
instance.FileStreamFileGroup = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string FileStreamFileGroup { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ FileStreamFileGroup {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FileStreamFileGroup : string with get, set
function get FileStreamFileGroup () : String
function set FileStreamFileGroup (value : String)
Eigenschaftswert
Typ: System.String
A String that represents the current group name.
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace