Свойство ScriptOption.Bindings
Gets an object that specifies whether the binding statements sp_binddefault and sp_bindrule are included in the generated script. This property applies only when scripting a Microsoft SQL Server table.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property Bindings As ScriptOption
Get
'Применение
Dim value As ScriptOption
value = ScriptOption.Bindings
public static ScriptOption Bindings { get; }
public:
static property ScriptOption^ Bindings {
ScriptOption^ get ();
}
static member Bindings : ScriptOption
static function get Bindings () : ScriptOption
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents Bindings in the scripting options.