PhysicalFacetAttribute Constructores

Definición

Sobrecargas

Nombre Description
PhysicalFacetAttribute()

Crea un elemento PhysicalFacet sin opciones seleccionadas

PhysicalFacetAttribute(PhysicalFacetOptions)

Crea un physicalFacet con las opciones especificadas en el constructor.

PhysicalFacetAttribute()

Crea un elemento PhysicalFacet sin opciones seleccionadas

public PhysicalFacetAttribute();
Public Sub New ()

Se aplica a

PhysicalFacetAttribute(PhysicalFacetOptions)

Crea un physicalFacet con las opciones especificadas en el constructor.

public PhysicalFacetAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.PhysicalFacetOptions options);
new Microsoft.SqlServer.Management.Sdk.Sfc.PhysicalFacetAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.PhysicalFacetOptions -> Microsoft.SqlServer.Management.Sdk.Sfc.PhysicalFacetAttribute
Public Sub New (options As PhysicalFacetOptions)

Parámetros

Se aplica a