PropertyCollection.GetPropertyObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
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