Freigeben über


FilterPropertyEventArgs.PropertyName-Eigenschaft

Gets the name of the property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyName As String 
    Get
'Usage
Dim instance As FilterPropertyEventArgs 
Dim value As String 

value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
member PropertyName : string
function get PropertyName () : String

Eigenschaftswert

Typ: System.String
The name of the property.

Siehe auch

Verweis

FilterPropertyEventArgs Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace