FileGroupOrPartitionScheme.Name Property
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Name As TSqlFragment
'Usage
Dim instance As FileGroupOrPartitionScheme
Dim value As TSqlFragment
value = instance.Name
instance.Name = value
public TSqlFragment Name { get; set; }
public:
property TSqlFragment^ Name {
TSqlFragment^ get ();
void set (TSqlFragment^ value);
}
public function get Name () : TSqlFragment
public function set Name (value : TSqlFragment)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
FileGroupOrPartitionScheme Class