PropertyCollection.GetPropertyObject Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| GetPropertyObject(Int32) | |
| GetPropertyObject(String) | |
| GetPropertyObject(Int32, Boolean) | |
| GetPropertyObject(String, Boolean) |
GetPropertyObject(Int32)
GetPropertyObject(String)
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