Freigeben über


Urn.Fixed-Methode

Tests whether the XPathExpression of the Urn points to only one object. 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 Fixed ( _
    ci As Object _
) As Boolean
'Usage
Dim instance As Urn 
Dim ci As Object 
Dim returnValue As Boolean 

returnValue = instance.Fixed(ci)
public bool Fixed(
    Object ci
)
public:
bool Fixed(
    Object^ ci
)
member Fixed : 
        ci:Object -> bool
public function Fixed(
    ci : Object
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
A Boolean value that specifies True if the Urn points to only one object.

Siehe auch

Verweis

Urn Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace