Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.