共用方式為


ReadOnlyPropertyChangedEventArgs 建構函式

Initializes a new instance of the ReadOnlyPropertyChangedEventArgs class.

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

語法

'宣告
Public Sub New ( _
    propertyName As String _
)
'用途
Dim propertyName As String 

Dim instance As New ReadOnlyPropertyChangedEventArgs(propertyName)
public ReadOnlyPropertyChangedEventArgs(
    string propertyName
)
public:
ReadOnlyPropertyChangedEventArgs(
    String^ propertyName
)
new : 
        propertyName:string -> ReadOnlyPropertyChangedEventArgs
public function ReadOnlyPropertyChangedEventArgs(
    propertyName : String
)

參數

  • propertyName
    型別:System.String
    A string value that specifies the property that changed.

請參閱

參考

ReadOnlyPropertyChangedEventArgs 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間