SampleSchemaName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the sample schema to apply when creating this database.
public readonly struct SampleSchemaName : IEquatable<Azure.ResourceManager.Sql.Models.SampleSchemaName>
type SampleSchemaName = struct
Public Structure SampleSchemaName
Implements IEquatable(Of SampleSchemaName)
- Inheritance
-
SampleSchemaName
- Implements
Constructors
SampleSchemaName(String) |
Initializes a new instance of SampleSchemaName. |
Properties
AdventureWorksLT |
AdventureWorksLT. |
WideWorldImportersFull |
WideWorldImportersFull. |
WideWorldImportersStd |
WideWorldImportersStd. |
Methods
Equals(SampleSchemaName) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SampleSchemaName, SampleSchemaName) |
Determines if two SampleSchemaName values are the same. |
Implicit(String to SampleSchemaName) |
Converts a string to a SampleSchemaName. |
Inequality(SampleSchemaName, SampleSchemaName) |
Determines if two SampleSchemaName values are not the same. |