PropertyCollection.GetPropertyObject Method

Definition

Overloads

GetPropertyObject(Int32)
GetPropertyObject(String)
GetPropertyObject(Int32, Boolean)
GetPropertyObject(String, Boolean)

GetPropertyObject(Int32)

public Microsoft.SqlServer.Management.Smo.Property GetPropertyObject (int index);
member this.GetPropertyObject : int -> Microsoft.SqlServer.Management.Smo.Property
Public Function GetPropertyObject (index As Integer) As Property

Parameters

index
Int32

Returns

Applies to

GetPropertyObject(String)

public Microsoft.SqlServer.Management.Smo.Property GetPropertyObject (string name);
member this.GetPropertyObject : string -> Microsoft.SqlServer.Management.Smo.Property
Public Function GetPropertyObject (name As String) As Property

Parameters

name
String

Returns

Applies to

GetPropertyObject(Int32, Boolean)

public Microsoft.SqlServer.Management.Smo.Property GetPropertyObject (int index, bool doNotLoadPropertyValues);
member this.GetPropertyObject : int * bool -> Microsoft.SqlServer.Management.Smo.Property
Public Function GetPropertyObject (index As Integer, doNotLoadPropertyValues As Boolean) As Property

Parameters

index
Int32
doNotLoadPropertyValues
Boolean

Returns

Applies to

GetPropertyObject(String, Boolean)

public Microsoft.SqlServer.Management.Smo.Property GetPropertyObject (string name, bool doNotLoadPropertyValues);
member this.GetPropertyObject : string * bool -> Microsoft.SqlServer.Management.Smo.Property
Public Function GetPropertyObject (name As String, doNotLoadPropertyValues As Boolean) As Property

Parameters

name
String
doNotLoadPropertyValues
Boolean

Returns

Applies to