EnumObject.GetProperties(ObjectPropertyUsages) 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.
returns the object properties by usage
public Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[] GetProperties (Microsoft.SqlServer.Management.Sdk.Sfc.ObjectPropertyUsages usage);
member this.GetProperties : Microsoft.SqlServer.Management.Sdk.Sfc.ObjectPropertyUsages -> Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[]
Public Function GetProperties (usage As ObjectPropertyUsages) As ObjectProperty()
Parameters
- usage
- ObjectPropertyUsages
usage filter
Returns
array of ObjectProperty