Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the arguments for the PathExpression. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Arguments As Object()
Get
'Usage
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[]
Property Value
Type: array<System.Object[]
An object that specifies the arguments for the PathExpression.