Partager via


Méthode Urn.IsValidUrn

Verifies whether the passed in string is a valid Urn. 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 IsValidUrn As Boolean
'Utilisation
Dim instance As Urn 
Dim returnValue As Boolean 

returnValue = instance.IsValidUrn()
public bool IsValidUrn()
public:
bool IsValidUrn()
member IsValidUrn : unit -> bool
public function IsValidUrn() : boolean

Valeur de retour

Type : System.Boolean
A Boolean value that specifies True if the string is a valid Urn.

Voir aussi

Référence

Urn Classe

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