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