Urn.Fixed 方法
Tests whether the XPathExpression of the Urn points to only one object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Function Fixed ( _
ci As Object _
) As Boolean
'用途
Dim instance As Urn
Dim ci As Object
Dim returnValue As Boolean
returnValue = instance.Fixed(ci)
public bool Fixed(
Object ci
)
public:
bool Fixed(
Object^ ci
)
member Fixed :
ci:Object -> bool
public function Fixed(
ci : Object
) : boolean
參數
- ci
型別:System.Object
A Object.
傳回值
型別:System.Boolean
A Boolean value that specifies True if the Urn points to only one object.