INameFacet-Schnittstelle
Represents the name facet interface.
Diese API ist nicht mit CLS kompatibel.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("NameDesc")> _
<DisplayNameKeyAttribute("NameName")> _
<CLSCompliantAttribute(False)> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
Public Interface INameFacet _
Inherits IDmfFacet
'Usage
Dim instance As INameFacet
[DisplayDescriptionKeyAttribute("NameDesc")]
[DisplayNameKeyAttribute("NameName")]
[CLSCompliantAttribute(false)]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")]
public interface INameFacet : IDmfFacet
[DisplayDescriptionKeyAttribute(L"NameDesc")]
[DisplayNameKeyAttribute(L"NameName")]
[CLSCompliantAttribute(false)]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.FacetSR")]
public interface class INameFacet : IDmfFacet
[<DisplayDescriptionKeyAttribute("NameDesc")>]
[<DisplayNameKeyAttribute("NameName")>]
[<CLSCompliantAttribute(false)>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")>]
type INameFacet =
interface
interface IDmfFacet
end
public interface INameFacet extends IDmfFacet
Der INameFacet-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Name | Gets the name of the interface.. |
Zum Anfang