CreateIndexStatement.OnFileGroupOrPartitionScheme – vlastnost
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
Public Property OnFileGroupOrPartitionScheme As FileGroupOrPartitionScheme
Get
Set
public FileGroupOrPartitionScheme OnFileGroupOrPartitionScheme { get; set; }
public:
property FileGroupOrPartitionScheme^ OnFileGroupOrPartitionScheme {
FileGroupOrPartitionScheme^ get ();
void set (FileGroupOrPartitionScheme^ value);
}
member OnFileGroupOrPartitionScheme : FileGroupOrPartitionScheme with get, set
function get OnFileGroupOrPartitionScheme () : FileGroupOrPartitionScheme
function set OnFileGroupOrPartitionScheme (value : FileGroupOrPartitionScheme)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.FileGroupOrPartitionScheme
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.