Propriedade do RDL FullTextCatalogAndFileGroup.FileGroupName
Gets or sets the name of the filegroup. Optional may be nulluma referência nula (Nothing no Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property FileGroupName As Identifier
Get
Set
'Uso
Dim instance As FullTextCatalogAndFileGroup
Dim value As Identifier
value = instance.FileGroupName
instance.FileGroupName = value
public Identifier FileGroupName { get; set; }
public:
property Identifier^ FileGroupName {
Identifier^ get ();
void set (Identifier^ value);
}
member FileGroupName : Identifier with get, set
function get FileGroupName () : Identifier
function set FileGroupName (value : Identifier)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the file group.