Share via


SfcReferenceSelectorAttribute.Arguments Property

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.