Bagikan melalui


RefactoringDeploymentAnalyzer.SupportedOperationName Property

Gets the name of the supported operation.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property SupportedOperationName As String
public abstract string SupportedOperationName { get; }
public:
virtual property String^ SupportedOperationName {
    String^ get () abstract;
}
abstract SupportedOperationName : string
abstract function get SupportedOperationName () : String

Property Value

Type: System.String
A string that contains the name of the supported operation.

.NET Framework Security

See Also

Reference

RefactoringDeploymentAnalyzer Class

Microsoft.Data.Schema.Refactoring Namespace