DriIndexes 屬性
取得物件值,指定產生的指令碼中是否包含使用唯一的索引實作宣告性參考完整性的 PRIMARY KEY 條件約束。
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Shared ReadOnly Property DriIndexes As ScriptOption
Get
'用途
Dim value As ScriptOption
value = ScriptOption.DriIndexes
public static ScriptOption DriIndexes { get; }
public:
static property ScriptOption^ DriIndexes {
ScriptOption^ get ();
}
static member DriIndexes : ScriptOption
static function get DriIndexes () : ScriptOption
屬性值
型別:Microsoft.SqlServer.Management.Smo. . :: . .ScriptOption
ScriptOption 物件,代表指令碼選項中的 DriIndexes。
備註
This option only applies when scripting a table.