Bagikan melalui


SampleSchemaName Struct

Definition

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.

Applies to