Partager via


Méthode Urn.Fixed

Tests whether the XPathExpression of the Urn points to only one object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Function Fixed ( _
    ci As Object _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

Urn Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc