SqlObjectBase.GetSqlProperty(String, ObjectPropertyUsages) Method

Definition

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

Returns

Applies to