SqlObjectBase.GetSqlProperty(String, 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.
get the property field if it is legal for the usage, else throw
public Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectProperty GetSqlProperty (string field, Microsoft.SqlServer.Management.Sdk.Sfc.ObjectPropertyUsages usage);
member this.GetSqlProperty : string * Microsoft.SqlServer.Management.Sdk.Sfc.ObjectPropertyUsages -> Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectProperty
Public Function GetSqlProperty (field As String, usage As ObjectPropertyUsages) As SqlObjectProperty
Parameters
- field
- String
- usage
- ObjectPropertyUsages