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 setting.
Namespace: Microsoft.Data.Schema.Tools.Settings.Internal
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public ReadOnly Property SettingName As String
public string SettingName { get; }
public:
property String^ SettingName {
String^ get ();
}
member SettingName : string
function get SettingName () : String
Property Value
Type: System.String
The name of the setting as defined by either the VSDBToolsOptionsSettingAttribute or, if not defined in the attribute, the property name.
.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.
See Also
Reference
VSDBToolsOptionsSettingChange Class