PropertyCollection.GetPropertyObject Metodo

Definizione

Overload

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

Parametri

index
Int32

Valori restituiti

Si applica a

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

Parametri

name
String

Valori restituiti

Si applica a

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

Parametri

index
Int32
doNotLoadPropertyValues
Boolean

Valori restituiti

Si applica a

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

Parametri

name
String
doNotLoadPropertyValues
Boolean

Valori restituiti

Si applica a