LinkedServiceReferenceType Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Tipo de referencia de servicio vinculado.
public readonly struct LinkedServiceReferenceType : IEquatable<Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType>
type LinkedServiceReferenceType = struct
Public Structure LinkedServiceReferenceType
Implements IEquatable(Of LinkedServiceReferenceType)
- Herencia
-
LinkedServiceReferenceType
- Implementaciones
Constructores
LinkedServiceReferenceType(String) |
Inicializa una nueva instancia de la clase LinkedServiceReferenceType. |
Propiedades
LinkedServiceReference |
LinkedServiceReference. |
Métodos
Equals(LinkedServiceReferenceType) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(LinkedServiceReferenceType, LinkedServiceReferenceType) |
Determina si dos LinkedServiceReferenceType valores son los mismos. |
Implicit(String to LinkedServiceReferenceType) |
Convierte una cadena en un LinkedServiceReferenceType. |
Inequality(LinkedServiceReferenceType, LinkedServiceReferenceType) |
Determina si dos LinkedServiceReferenceType valores no son los mismos. |
Se aplica a
Azure SDK for .NET