Partager via


Méthode IsValidUrnSkeleton

Verifies whether the passed in string is a valid UrnSkeleton object. Ne référencez pas directement 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 IsValidUrnSkeleton As Boolean
'Utilisation
Dim instance As Urn
Dim returnValue As Boolean

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

Valeur de retour

Type : System. . :: . .Boolean
A Boolean value that specifies True if a valid UrnSkeleton object.