Condividi tramite


Proprietà 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.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property Bindings As ScriptOption 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents Bindings in the scripting options.

Esempi

Generazione di script

Vedere anche

Riferimento

ScriptOption Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo