Freigeben über


SqlObjectBase.GetSqlProperty-Methode

Retrieves the property field if it is legal for the usage, else throws. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Function GetSqlProperty ( _
    field As String, _
    usage As ObjectPropertyUsages _
) As SqlObjectProperty
'Usage
Dim instance As SqlObjectBase 
Dim field As String 
Dim usage As ObjectPropertyUsages 
Dim returnValue As SqlObjectProperty 

returnValue = instance.GetSqlProperty(field, _
    usage)
public SqlObjectProperty GetSqlProperty(
    string field,
    ObjectPropertyUsages usage
)
public:
SqlObjectProperty^ GetSqlProperty(
    String^ field, 
    ObjectPropertyUsages usage
)
member GetSqlProperty : 
        field:string * 
        usage:ObjectPropertyUsages -> SqlObjectProperty
public function GetSqlProperty(
    field : String, 
    usage : ObjectPropertyUsages
) : SqlObjectProperty

Parameter

  • field
    Typ: System.String
    The string that represents a property of an object.

Rückgabewert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectProperty
The property field of an object.

Siehe auch

Verweis

SqlObjectBase Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace