Metodo IsValidUrn
Verifies whether the passed in string is a valid Urn. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function IsValidUrn As Boolean
'Utilizzo
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
Valore restituito
Tipo: System. . :: . .Boolean
A Boolean value that specifies True if the string is a valid Urn.