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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.