Urn.IsValidUrn 方法
Verifies whether the passed in string is a valid Urn. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Function IsValidUrn As Boolean
'用途
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
傳回值
型別:System.Boolean
A Boolean value that specifies True if the string is a valid Urn.