SqlSmoObject.Initialize Method

Definition

Overloads

Initialize()
Initialize(Boolean)

Initializes the object, by reading its properties from the enumerator

Initialize()

public bool Initialize ();
member this.Initialize : unit -> bool
Public Function Initialize () As Boolean

Returns

Applies to

Initialize(Boolean)

Initializes the object, by reading its properties from the enumerator

public bool Initialize (bool allProperties);
member this.Initialize : bool -> bool
Public Function Initialize (allProperties As Boolean) As Boolean

Parameters

allProperties
Boolean

Returns

Applies to