共用方式為


Arguments 屬性

Gets the arguments for the PathExpression. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public ReadOnly Property Arguments As Object()
    Get
'用途
Dim instance As SfcReferenceSelectorAttribute
Dim value As Object()

value = instance.Arguments
public Object[] Arguments { get; }
public:
property array<Object^>^ Arguments {
    array<Object^>^ get ();
}
member Arguments : Object[]
function get Arguments () : Object[]

屬性值

型別:array<System. . :: . .Object> [] () [] []
An object that specifies the arguments for the PathExpression.