Freigeben über


Urn.IsValidUrnSkeleton-Methode

Verifies whether the passed in string is a valid UrnSkeleton 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 IsValidUrnSkeleton As Boolean
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

Urn Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace